home *** CD-ROM | disk | FTP | other *** search
- Path: user2.mnsinc.com!huang
- From: huang@mnsinc.com (Szu-Wen Huang)
- Newsgroups: comp.lang.c
- Subject: Re: question -- external priority queue
- Date: 3 Mar 1996 04:41:26 GMT
- Organization: Monumental Network Systems
- Message-ID: <4hb7tm$7ql@news1.mnsinc.com>
- References: <4hb5q9$ls9@pollux.usc.edu>
- NNTP-Posting-Host: user2.mnsinc.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- S. Park (separk@pollux.usc.edu) wrote:
-
- : I wonder if there are publicly available C codes for external priority
- : queue implementation. Could anyone kindly tell me where I should look
- : or any other newsgroup that I might try to ask?
-
- A priority queue is a sorted list, and are generally implemented as
- either a linked list or an array. I have no idea what you mean by
- 'external' priority queue, though. It's difficult to be more specific
- because your question is rather vague.
-